home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2009 / 150Juegos_15.iso / Shareware / Battle Blaze / battle_blaze.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-05-12  |  3.3 KB  |  60 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Battle Blaze
  4. AppVerName=Battle Blaze
  5. AppId=Battle Blaze
  6. AppPublisher=GameFabrique
  7. AppPublisherURL=http://www.gamefabrique.com/
  8. AppSupportURL=http://www.gamefabrique.com/
  9. AppUpdatesURL=http://www.gamefabrique.com/
  10. DefaultDirName={pf}\Battle Blaze
  11. DefaultGroupName=Battle Blaze
  12. OutputBaseFilename=battle_blaze
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\zsnesw.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\zsnesw.ico"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Battle Blaze (U).zip"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\zsnesw.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\zmovie.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\zinput.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\zfont.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. [INI]
  26. FileName: "{app}\ZSNES.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.gameguerilla.com/?from=snes_battle_blaze"; 
  27. FileName: "{app}\ZSNES2.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.gamefabrique.com"; 
  28. [Run]
  29. Filename: "{app}\zsnesw.exe"; Parameters: """Battle Blaze (U).zip"""; WorkingDir: "{app}"; Description: "Launch Battle Blaze"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\Battle Blaze"; Filename: "{app}\zsnesw.exe"; Parameters: """Battle Blaze (U).zip"""; WorkingDir: "{app}"; IconFilename: "{app}\zsnesw.ico"; 
  32. Name: "{group}\Battle Blaze on the Web"; Filename: "{app}\ZSNES.url"; 
  33. Name: "{group}\GameFabrique"; Filename: "{app}\ZSNES2.url"; 
  34. Name: "{userdesktop}\Gamefabrique"; Filename: "{app}\ZSNES2.url"; 
  35. Name: "{group}\Uninstall Battle Blaze"; Filename: "{uninstallexe}"; 
  36. Name: "{userdesktop}\Battle Blaze"; Filename: "{app}\zsnesw.exe"; Parameters: """Battle Blaze (U).zip"""; WorkingDir: "{app}"; IconFilename: "{app}\zsnesw.ico"; Tasks: desktopicon; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Battle Blaze"; Filename: "{app}\zsnesw.exe"; Parameters: """Battle Blaze (U).zip"""; WorkingDir: "{app}"; IconFilename: "{app}\zsnesw.ico"; Tasks: quicklaunchicon; 
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  40. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  41. [UninstallDelete]
  42. Type: files; Name: "{app}\ZSNES.url"; 
  43. Type: files; Name: "{app}\ZSNES2.url"; 
  44. Type: files; Name: "{app}\rominfo.txt"; 
  45. Type: files; Name: "{app}\Battle Blaze (U).zst"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.